projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c77bcb
)
* lisp/image-dired.el (image-dired-create-thumb): Create parent directories.
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 15 Dec 2016 01:36:06 +0000
(20:36 -0500)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 15 Dec 2016 01:36:06 +0000
(20:36 -0500)
lisp/image-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image-dired.el
b/lisp/image-dired.el
index 61cf89c935d776ed591c4f4cef0b06b2ee2c09f2..a23dbfead7ea1b0d21863e89fec8d89b0cee4924 100644
(file)
--- a/
lisp/image-dired.el
+++ b/
lisp/image-dired.el
@@
-648,7
+648,7
@@
according to the Thumbnail Managing Standard."
(when (not (file-exists-p
(setq thumbnail-dir (file-name-directory thumbnail-file))))
(message "Creating thumbnail directory.")
- (make-directory thumbnail-dir))
+ (make-directory thumbnail-dir
t
))
(call-process shell-file-name nil nil nil shell-command-switch command)))
;;;###autoload